home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000367_news@columbia.edu _Fri Dec 27 12:58:42 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id MAA25419 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 27 Dec 1996 12:58:42 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id MAA01568 for kermit.misc@watsun; Fri, 27 Dec 1996 12:58:41 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Announcing MS-DOS Kermit 3.15 Beta 12
  8. Date: 27 Dec 1996 17:57:41 GMT
  9. Organization: Columbia University
  10. Lines: 42
  11. Message-ID: <5a12ml$5j1$1@apakabar.cc.columbia.edu>
  12. NNTP-Posting-Host: watsun.cc.columbia.edu
  13. Xref: news.columbia.edu comp.protocols.kermit.misc:6325
  14.  
  15. MS-DOS Kermit 3.15 Beta 12 is now available for testing (there was no open
  16. Beta 11).
  17.  
  18. A timer-related problem was fixed that could cause MS-DOS Kermit to block
  19. (hang) on a TCP/IP connection for up to a minute or more if a sent packet
  20. were lost while slowly sending tiny packets.  This problem was most
  21. frequently observed in Telnet terminal sessions, while typing.
  22.  
  23. IF commands containing variables were being overevaluated; e.g.
  24. "if = \%i 4 decrement \%i".  Such statements now work again.
  25.  
  26. The following command-related changes were made for compatibility with
  27. C-Kermit 6.0:
  28.  
  29.  . The LOCAL command now works with macro names as well as \%x variable 
  30.    names.  So, for example:
  31.  
  32.      LOCAL FOO BAR \%A
  33.  
  34.    declares three local variables, foo, bar, and \%a.  FOO and BAR are macro
  35.    names, which can be used either as "local subroutines" or as long-named
  36.    variables accessible via the \m(name) construction.
  37.  
  38.  . The LOCAL command can now be used not only in macro definitions, but also
  39.    in command files.  This allows construction of portable command files
  40.    with private data, without danger of conflict with variable names already
  41.    in use globally, or by other procedures.
  42.  
  43.  . MSLEEP added as a synonym for MPAUSE (millisecond sleep).
  44.  
  45. To get it:
  46.  
  47. Anonymous ftp to kermit.columbia.edu, directory kermit/test/bin, binary mode,
  48. file msk315.zip.  ZIP file contains the executable, MSK315.EXE, and a brief
  49. description of the changes since version 3.14, MSK315.DOC.
  50.  
  51. Report problems via email to kermit@columbia.edu.
  52.  
  53. Thanks, as always, to Joe Doupnik of Utah State University for his
  54. excellent work.
  55.  
  56. - Frank